home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00084_SortDown.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  163 b   |  8 lines

  1. on mouseUp
  2.   global gnowlistptr
  3.   if gnowlistptr < count(lsortedt) then
  4.     set gnowlistptr to gnowlistptr + 1
  5.   end if
  6.   scrollByLine(member "SortWindow", 2)
  7. end
  8.